projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ca6f9
)
(auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Apr 1997 19:20:07 +0000
(19:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Apr 1997 19:20:07 +0000
(19:20 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index a54d258190f81c8890ceba223199f1c34e360d3d..ecaab4e83cac3a1cead7414bc43e3d1e6d268b79 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1063,6
+1063,7
@@
run `normal-mode' explicitly."
("\\.oak\\'" . scheme-mode)
("\\.sgml?\\'" . sgml-mode)
("\\.dtd\\'" . sgml-mode)
+ ("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
("\\.s?html?\\'" . html-mode)
;; .emacs following a directory delimiter
;; in either Unix or VMS syntax.